gdk: Never draw with GL
authorBenjamin Otte <otte@redhat.com>
Tue, 22 Nov 2016 18:45:04 +0000 (19:45 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 5 Dec 2016 14:02:47 +0000 (15:02 +0100)
This is a temporary switch-off of the GL dawing code that will make
things keep running. All GL related code (like the GSK renderer or
GtkGLArea will now fall back to software.

gdk/gdkwindow.c

index b70b3e5f76d39f3b2fdb2ab03dc96da4688b80c2..c6ece27eae9afa30ac8a2b9b6e71242b70e5e41a 100644 (file)
@@ -2724,7 +2724,7 @@ gdk_window_begin_paint_internal (GdkWindow            *window,
 
   surface_content = gdk_window_get_content (window);
 
-  window->current_paint.use_gl = window->impl_window->gl_paint_context != NULL;
+  window->current_paint.use_gl = FALSE;
 
   if (window->current_paint.use_gl)
     {